lcPlineGetNextVer Home

Returns a handle to the vertex that is placed after the specified vertex in a polyline.

 HANDLE lcPlineGetNextVer (
   HANDLE hPline,
   HANDLE hVertex
 );

Parameters
hPline
  Handle to a polyline object.
hVertex
  Handle to the polyline vertex.

Return Value

  Handle to the vertex that is placed after hVertex in the polyline. If there are no vertex after hVertex, the function returns NULL.

See Also

  lcPlineGetFirstVerlcPlineGetLastVerlcPlineGetPrevVer